<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.myblen { filter:blendTrans(Duration=3)}
#wid ul li a{ width:120px;}
.chromestyle{
width:958px;
background:#545454; 
height:29px;
font-weight: bold;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{  
width:958px;
 /*THEME CHANGE HERE*/
padding: 0px 0px 0px 0px; 
margin: 0;
  /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
width:106px;
text-align:center;
line-height:29px;
float:left;
font-size:13px;
margin: 0;
text-decoration: none;
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected,.chromestyle ul li a.a1{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chromebg4-over.gif) center center repeat-x; background-color:#FF6600; height:29px; margin:0px; padding:0px;
 /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
font-size:12px; 
top:0;
margin-top:0px;
border: 1px solid #dedede; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal  "å¾®è½¯é›…é»‘";
line-height:28px;
z-index:100;
background-color: #545454;
width: 170px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent:23px;
border: 0 solid #dedede; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 0px 0;
text-decoration: none;
color: #f4f4f4;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #007399;
color:#ffffff;
text-decoration:none;
}
 </pre></body></html>